home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11134 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  595 b 

  1. Path: fohnix.metronet.com!not-for-mail
  2. From: milam@fohnix.metronet.com (Stan Milam)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Float to String
  5. Date: 21 Mar 1996 20:58:58 -0600
  6. Organization: Texas Metronet, Inc  (login info (214/488-2590 - 817/571-0400))
  7. Message-ID: <4it51j$i8n@fohnix.metronet.com>
  8. References: <4is29s$h1a@dfw-ixnews6.ix.netcom.com>
  9. NNTP-Posting-Host: fohnix.metronet.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Christopher Scott Shelton (scoshe@ix.netcom.com) wrote:
  13. : Is it possible to convert a float to a string?  like the itoa function.
  14.  
  15. Sure.  Use sprintf().
  16.  
  17. Regards,
  18. Stan Milam.
  19.